Use gtk_frame_set_child throughout
authorMatthias Clasen <mclasen@redhat.com>
Fri, 1 May 2020 17:41:22 +0000 (13:41 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 4 May 2020 21:01:18 +0000 (17:01 -0400)
commit1706b808156431dce49f49ff846f46937c85e8f7
tree249e664fca0e93b8c24f49b1c12e31f000174066
parent7f975472a7d9de73a664170f051d1e7f60690bd8
Use gtk_frame_set_child throughout

Replace all uses of gtk_container_add for
frames with gtk_frame_set_child.
30 files changed:
demos/constraint-editor/constraint-view.c
demos/gtk-demo/combobox.c
demos/gtk-demo/dialog.c
demos/gtk-demo/drawingarea.c
demos/gtk-demo/fishbowl.c
demos/gtk-demo/gears.c
demos/gtk-demo/images.c
demos/gtk-demo/infobar.c
demos/gtk-demo/panes.c
demos/gtk-demo/sizegroup.c
demos/gtk-demo/textview.c
docs/tools/widgets.c
examples/drawing.c
gtk/gtkcustompaperunixdialog.c
gtk/gtkentrycompletion.c
gtk/gtkprintunixdialog.c
gtk/gtktreeviewcolumn.c
gtk/inspector/size-groups.c
tests/gdkgears.c
tests/testadjustsize.c
tests/testcalendar.c
tests/testcellarea.c
tests/testexpand.c
tests/testfilechooserbutton.c
tests/testflowbox.c
tests/testframe.c
tests/testgtk.c
tests/testscale.c
tests/testscrolledwindow.c
tests/testtoolbar2.c